home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1995 April
/
Electronic Clipper 1995-04.iso
/
pc
/
pc_users
/
ideasrc
/
setup
/
samples
/
mathcomp.h
< prev
next >
Wrap
Text File
|
1993-03-16
|
674b
|
19 lines
// ---------------------------------------------------------------------
//
// MathComp.h - Math Components - QuickTime for Windows
//
// Version 1.0
//
// (c) 1988-1993 Apple Computer, Inc. All Rights Reserved.
//
// ---------------------------------------------------------------------
// Function Prototypes
// -------------------
short QTAPI Add2 (ComponentInstance ci, short sOne, short sTwo);
short QTAPI Sum (ComponentInstance ci, short sValue);
short QTAPI SetSum (ComponentInstance ci, short sValue);
short QTAPI SetGlobalSum (ComponentInstance ci, short sValue);
short QTAPI GetGlobalSum (ComponentInstance ci);